go.uber.org/atomic.Float64.v (field)
5 uses
go.uber.org/atomic (current package)
float64.go#L34: v Uint64
float64.go#L50: return math.Float64frombits(x.v.Load())
float64.go#L55: x.v.Store(math.Float64bits(val))
float64.go#L61: return math.Float64frombits(x.v.Swap(math.Float64bits(val)))
float64_ext.go#L69: return f.v.CompareAndSwap(math.Float64bits(old), math.Float64bits(new))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |